home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TSCRIPTFORM / TSCRIPTFORM.txt < prev   
Text File  |  2005-06-02  |  3KB  |  142 lines

  1. object ScriptForm: TScriptForm
  2.   Left = 237
  3.   Top = 338
  4.   Width = 366
  5.   Height = 291
  6.   Caption = 'Script BC'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poDefaultPosOnly
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 358
  26.     Height = 73
  27.     Align = alTop
  28.     BevelOuter = bvNone
  29.     TabOrder = 0
  30.     object Image1: TImage
  31.       Left = 10
  32.       Top = 12
  33.       Width = 49
  34.       Height = 49
  35.       AutoSize = True
  36.       Picture.Data = {<image000.bmp>}
  37.     end
  38.     object CurrentItem: TLabel
  39.       Left = 72
  40.       Top = 28
  41.       Width = 11
  42.       Height = 13
  43.       Caption = '%'
  44.     end
  45.   end
  46.   object Panel2: TPanel
  47.     Left = 0
  48.     Top = 183
  49.     Width = 358
  50.     Height = 74
  51.     Align = alBottom
  52.     BevelOuter = bvNone
  53.     TabOrder = 1
  54.     DesignSize = (
  55.       358
  56.       74)
  57.     object BeepWhenFinished: TBCCheckBox
  58.       Left = 10
  59.       Top = 30
  60.       Width = 113
  61.       Height = 17
  62.       Caption = 'Bip quand termin'#233
  63.       TabOrder = 0
  64.     end
  65.     object CloseWhenFinished: TBCCheckBox
  66.       Left = 10
  67.       Top = 50
  68.       Width = 115
  69.       Height = 17
  70.       Caption = 'Fermer quand termin'#233
  71.       TabOrder = 1
  72.     end
  73.     object CancelBtn: TButton
  74.       Left = 275
  75.       Top = 42
  76.       Width = 73
  77.       Height = 23
  78.       Anchors = [akRight, akBottom]
  79.       Caption = 'Annuler'
  80.       TabOrder = 2
  81.       OnClick = CancelBtnClick
  82.     end
  83.   end
  84.   object PageControl1: TPageControl
  85.     Left = 0
  86.     Top = 73
  87.     Width = 358
  88.     Height = 110
  89.     ActivePage = tsScript
  90.     Align = alClient
  91.     TabOrder = 2
  92.     object tsScript: TTabSheet
  93.       Caption = 'Script'
  94.       object ScriptView: TListBox
  95.         Left = 0
  96.         Top = 0
  97.         Width = 350
  98.         Height = 82
  99.         Style = lbOwnerDrawFixed
  100.         Align = alClient
  101.         Color = clBtnFace
  102.         ItemHeight = 16
  103.         TabOrder = 0
  104.         OnDrawItem = ScriptViewDrawItem
  105.       end
  106.     end
  107.     object tsLog: TTabSheet
  108.       Caption = 'Journal (Log)'
  109.       ImageIndex = 2
  110.       object LogDisplay: TListBox
  111.         Left = 0
  112.         Top = 0
  113.         Width = 350
  114.         Height = 82
  115.         Align = alClient
  116.         ItemHeight = 13
  117.         TabOrder = 0
  118.       end
  119.     end
  120.     object tsErrors: TTabSheet
  121.       Caption = 'Erreurs'
  122.       ImageIndex = 1
  123.       object ErrorLog: TListBox
  124.         Left = 0
  125.         Top = 0
  126.         Width = 350
  127.         Height = 82
  128.         Align = alClient
  129.         ItemHeight = 13
  130.         TabOrder = 0
  131.       end
  132.     end
  133.   end
  134.   object Timer1: TTimer
  135.     Enabled = False
  136.     Interval = 200
  137.     OnTimer = Timer1Timer
  138.     Left = 24
  139.     Top = 152
  140.   end
  141. end
  142.